CompletionProviderIF.listAlternates

Providers should return a list of alternates to @proposal or %NULL if there are no alternates available.

This can be used by the completion view to allow the user to move laterally through similar proposals, such as overrides of methods by the same name.

interface CompletionProviderIF
listAlternates

Parameters

context CompletionContext

a #GtkSourceCompletionContext

proposal CompletionProposalIF

a #GtkSourceCompletionProposal

Return Value

Type: PtrArray

a #GPtrArray of #GtkSourceCompletionProposal or %NULL.

Meta